@charset "UTF-8";
@font-face {
  font-family: 'Bebas';
  src: url("../fonts/bebas/BEBAS-1.ttf");
}
body,html{
  overflow-x: hidden;
}
a {
  outline: none;
}
body {
  color: #333;
  font-size: 14px;
  line-height: 1.32;
  min-width: 1230px \9;
  /* width: 1230px; */
}

.footer {
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
.footer .fabout .b-logo img{
  width: 75%;
  display: block;
}

/*******************************
	-------[页面公用样式]--------
********************************/
a {
  color: #444;
}

a:hover {
  color: #E50113;
}

.container {
  width: 1230px;
  margin: 0 auto;
}

/* -------[布局]-------- */
.h {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h100 {
  height: 100px;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.p-lr {
  padding: 0 25px;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.dn {
  display: none;
}

.posr {
  position: relative;
}

/* -------[颜色]-------- */
.zr_red {
  color: #E50113;
}

.zr_blue {
  color: #4579FF;
}

/* 通用模块 -------------------------------------------------- */
.g-ul {
  *zoom: 1;
}

.g-ul:after, .g-ul:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.g-ul, .g-ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.g-ul h4, .g-ul h5, .g-ul p {
  margin: 0;
}

/* 图标 */
.video-hd .ico-phone {
  background: url(../../images/ico-phone-white.png) no-repeat left center;
}

.ico-phone {
  background: url(../../images/ico-phone.png) no-repeat left center;
}

.ico-hot {
  background: url(../../images/ico-hot.png) no-repeat right center;
}

/* 按钮 */
/* .zr-btn1{display: inline-block;width: 153px;line-height: 55px;text-align: center;border-radius: 3px;
	font-size: 20px;color: #a98122;border: 1px solid #a98122;
	background-color: rgba(255,255,255,.46);
	background: url(../images/white-alpha45.png) repeat left top \9;
} */
.zr-btn {
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  width: 90px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #a98122;
}

.zr-btn.search {
  width: 82px;
  line-height: 36px;
  background: url(../../images/ico-search.png) no-repeat 10px center;
  background-color: rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border: none;
  cursor: pointer;
}

.zr-btn.search:hover {
  background: url(../../images/ico-search_hover.png) no-repeat 10px center;
  background-color: rgba(229, 1, 19, 0.05);
  color: #E50113;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.fp-section.fp-table {
  padding: 0;
}

/*******************************
	-------[搜索模块]-------
********************************/
.page-main {
  padding-top: 120px;
}

.search-result {
  display: none;
  position: fixed;
  top: 65px;
  width: 100%;
  background: rgba(250, 250, 250, 0.79);
  z-index: 1000;
  text-align: center;
  padding-top: 6.25%;
}

.s-container {
  position: relative;
}

.search-result .s-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.input-item {
  max-width: 765px;
  height: 60px;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: relative;
  margin-top: 30px;
  position: relative;
}

.input-item input {
  -webkit-appearance: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 30px;
  padding-right: 132px;
  height: 100%;
  border: none;
  font-size: 16px;
  width: 100%;
  background: transparent;
}

.input-item input::-webkit-input-placeholder {
  color: #9f9f9f;
}

.input-item input::-moz-input-placeholder {
  color: #9f9f9f;
}

.input-item input::-ms-input-placeholder {
  color: #9f9f9f;
}

.input-item .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 100%;
  line-height: 1;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  /* background: url(../../images/icon-search.png) no-repeat 30px center; */
  background-color: #E50113;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  padding: 0 30px;
  /* background-size: 22px; */
}

.input-item .search-btn .s-txt {
  /* display: inline-block; */
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  background: url(../../images/icon-search.png) no-repeat left center;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 34px;
  background: url("../../images/search-close.png") no-repeat center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.close-btn:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.footer.search_s {
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

/* .search-result .s-form{
	position: relative;
}  */
.input-item .s-remote {
  position: absolute;
  top: 100%;
  margin-top: 7px;
  left: 0;
  width: 265px;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 10px 0 20px 0;
  z-index: 1001;
}

.input-item .s-remote li {
  padding: 10px 0 10px 20px;
  cursor: pointer;
  border-radius: 8px;
}

.input-item .s-remote li .s-key {
  color: #E50113;
}

.input-item .s-remote li:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 20px;
  background: rgba(229, 1, 19, 0.05);
  color: #E50113;
}

/*******************************
	-------[视频banner]-------
********************************/
.video-wrap {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.video-wrap:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: url(../../images/video-text.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero__video {
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  /* top: 0; */
  z-index: -1;
  /* display: block;
	margin: 0 auto; */
  /* position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 100%;
	display: block; */
}

.video-hd,
.video-hd .g-nav .v1 {
  color: #fff !important;
}

.video-hd a {
  color: #fff;
}

.full-nav.video-pager .pager-num {
  color: #fff;
}

.full-nav.video-pager .pager-num .cur-page {
  color: #fff;
}

.full-nav.video-pager .dash {
  background-color: #fff;
}

.full-nav.video-pager .icon-mouse {
  background: url(../../images/ico-mouse.png) no-repeat center;
}

.full-nav.video-pager:hover .icon-mouse {
  background: url(../../images/ico-mouse_hover.png) no-repeat center;
}

.full-nav.video-pager .icon-down {
  background: url(../../images/ico-down.png) no-repeat center;
}

/* .full-nav.video-pager .icon-mouse:hover {
	background: url(../../images/ico-mouse_hover.png) no-repeat center;
} */
/* .video-hd a{
	color: #fff !important;
} */
/*******************************
	-------[侧边栏]-------
********************************/
.side-bar.fixSideBar {
  opacity: 0;
  display: none;
}

.side-bar {
  opacity: 1;
  -webkit-transition: all 0.4s 0.7s;
  transition: all 0.4s 0.7s;
  display: block;
  position: fixed;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
  z-index: 1000;
  color: #9F9F9F;
  background: transparent;
}

.side-bar .bar-list {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 8px;
}

.side-bar .bar-item {
  display: block;
  text-align: center;
  width: 80px;
  padding-top: 41px;
  padding-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  color: gray;
  /* border-radius: 8px; */
}

.side-bar .bar-item.icon-onlinecall:hover .bar-item-son,
.side-bar .bar-item.icon-videoarea:hover .bar-item-son {
  right: 100%;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.side-bar .bar-item.icon-onlinecall:hover .bar-item-son,
.side-bar .bar-item.icon-recash:hover .bar-item-son {
  right: 100%;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.side-bar .bar-item .bar-item-son {
  position: absolute;
  /* width: 217px; */
  border-radius: 8px;
  white-space: nowrap;
  text-align: left;
  top: 0;
  z-index: -1;
  right: 0;
  visibility: hidden;
  margin-right: 15px;
  padding: 10px;
  background-color: #fff;
  color: #666;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.side-bar .bar-item .video-living {
  white-space: inherit;
  /* width: 120px; */
  top: -470%;
}
.side-bar .bar-item.icon-videoarea .video-living{
  top: -100%;
}


.bar-item .video-living .video-item:last-child {
  margin-top: 20px;
}

.bar-item .video-living .v-qr {
  margin: 10px 0;
}

.bar-item .video-living .v-tip {
  color: #999;
  text-align: center;
}

.bar-item .bar-item-son::after {
  position: absolute;
  content: '';
  left: 100%;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -2.5px;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}

.bar-item .video-living:after {
  top: 57%;
}
.bar-item.icon-videoarea .video-living:after{
  top: 20%;
}


.bar-item .online-call .call-num {
  font-size: 28px;
  color: #E50113;
  font-weight: bold;
}

.side-bar .bar-item.icon-top,
.bar-item .icon-recash {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

/* .side-bar .bar-item. */
.side-bar .bar-item:hover {
  color: #E50113;
  background-color: rgba(100, 18, 25, 0.05);
}

.side-bar .back-top {
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.side-bar .icon-account:hover {
  background-color: #E50113;
}

/* .side-bar .icon-top:hover{
	background-color: #E50113;
} */
.side-bar .icon-recash {
  background: url("../../images/icon-recash.png") no-repeat center 10px;
}
.side-bar .icon-onlinecall {
  background: url("../../images/icon-phonecall.png") no-repeat center 10px;
}
.side-bar .icon-onlinecall2 {
  background: url("../../images/icon-onlinecall.png") no-repeat center 10px;
}

.side-bar .icon-videoarea {
  background: url("../../images/icon-videoarea.png") no-repeat center 10px;
}

.side-bar .icon-account {
  background: url("../../images/icon-account_hover.png") no-repeat center 10px;
  background-color: #E50113;
  border-radius: 8px 8px 0 0;
}
.side-bar .icon-account a{
  color: #fff;
}

.side-bar .icon-account:hover{
  cursor: auto;
}
.side-bar .icon-account:hover a{
  color: #fff;
}
.side-bar {
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.side-bar.backhide {
  -webkit-transform: translate(100%, -50%);
   transform: translate(100%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side-bar.backhide .back-top {
  -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: all 0.4s 0.7s;
   transition: all 0.4s 0.7s;
}
.side-bar .back-top{
  text-align: center;
  margin-top: 10px;
  -webkit-transform: translateX(0);
   transform: translateX(0);
}
.side-bar.backhide .icon-top {
  -webkit-transform: rotateZ(-90deg);
   transform: rotateZ(-90deg);
}
.side-bar .icon-top {
  background: url("../../images/icon-top.png") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transform-origin: center;
}
.side-bar .back-tip {
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
}



/*******************************
	-------[头部]--------
********************************/
#header , #header2{
  position: fixed;
  z-index: 10002;
  background-color: #fff;
  width: 100%;
  /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04); */
}

#header1.video-hd {
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.index #header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1230px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  /* padding: 0 120px; */
}

.index #header.fixed #top {
  padding: 5px 6.25%;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

#header1 #top {
  padding: 5px 6.25%;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

.index #header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.index #header #top {
  padding: 20px 6.25% 0px 6.25%;
  border-bottom: none;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

.index #header.fixed #top {
  /* width: 100%; */
  border-bottom: 1px solid #e8e8e8;
  border-bottom: none;
}

#header1 #top {
  border-bottom: 1px solid #e8e8e8;
  border-bottom: none;
}

/*******************************
	-------[=顶部]-------
********************************/
#top {
  background-color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 11px 6.25% 11px 6.25%;
  color: #666;
  font-size: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #ddd;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

.video-hd #top {
  background-color: transparent;
  color: #fff;
}

#top a {
  color: #666;
}

.video-hd #top a {
  color: #fff;
}

#top a:hover {
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.top-l {
  float: left;
  display: none;
}

/* .top-l a{display: inline-block;margin: 0 5px;} */
.top-r {
  float: right;
  position: relative;
}

.top-r a {
  display: inline-block;
  padding-left: 20px;
  padding-left: 10px;
  /* margin-left: 20px; */
}

.top-r a:nth-child(1),
.top-r a:nth-child(2)  {
  padding-right: 20px;
  padding-right: 10px;
}

.top-r a:nth-child(1) {
  padding-left: 16px;
}

.top-r a:nth-child(3) {
  /*padding-right: 38px;*/
  margin: 0 20px;
  margin: 0 10px;
  padding-left: 0;
}

.top-r .phone-list {
  display: none;
  position: absolute;
  left: -100%;
  top: 100%;
  margin-top: 20px;
  background: #fff;
  color: #666;
  z-index: 10000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-r .phone-list:after {
  position: absolute;
  content: '';
  top: -10px;
  right: 50px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.top-r .phone-list .list-wrap {
  padding: 20px 20px 15px 20px;
}

.top-r .phone-list .list-wrap span {
  display: block;
  float: left;
  text-align: center;
  padding: 0 15px;
  padding-top: 104px;
  font-size: 14px;
}

.top-r .phone-list .pub-qr {
  background: url(../../images/icon-qrorder.png) no-repeat top center;
  background-size: 90px 90px;
}

.top-r .phone-list .order-qr {
  background: url(../../images/icon-service.png) no-repeat top center;
  background-size: 90px 90px;
}

.top-r .phone-list .fortune-qr {
  background: url(../../images/icon-qrfor.png) no-repeat top center;
  background-size: 90px 90px;
}
.top-r .phone-list .app-qr {
  background: url(../../images/icon-app.png) no-repeat top center;
  background-size: 90px 90px;
}

/*******************************
	-------[=头部]-------
********************************/
.fixed #hd {
  line-height: 72px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header1 #hd {
  line-height: 63px;
  margin-top: 10px;
}

#hd {
  line-height: 70px;
  margin-top: 10px;
  font-size: 20px;
  padding: 0px 6.25% 0px 6.25%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.logo {
  /* line-height: 90px; */
  float: left;
  width: 445px;
  display: block;
  position: relative;
  text-align: center;
}
.logo a{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  left: 0;
    /* height: 70px; */
}
.logo a:nth-child(1) {
  top: -30px;
}
.logo a:nth-child(2) {
  top: 10px;
}
.logo img {
  vertical-align: middle;
  width: 95%;
  display: block;
}

.video-hd .v-logo {
  display: inline-block;
}

.video-hd .t-logo {
  display: none;
}

.v-logo {
  display: none;
}

.t-logo {
  display: inline-block;
}

.soBtn {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/ico-so.png) no-repeat center center;
  -ms-background-size: 30px auto;
  background-size: 30px auto;
}

#hd .menu-box {
  float: right;
}

.menu-box > * {
  margin-left: 30px;
}

/*******************************
	-------[导航]--------
********************************/
.fixed #nv {
  height: 72px;
  line-height: 72px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* #header1 #nv{
	height: 72px;
	line-height: 72px;
} */
#nv {
  /* height: 77px;
	line-height: 77px; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  float: right;
  /* margin-top: 5px; */
}

.nav-mask {
  position: fixed;
  top: 141px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  display: none;
  visibility: hidden;
}

.nav-mask.hover {
  opacity: 1;
  display: block;
  /* visibility: visible; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-mask:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

/* .menuBtn{
	display: none;float: right;width: 40px;height: 40px;cursor: pointer;
	background: url(../images/menu.png) no-repeat center center;
	-o-background-size: 30px auto;
	-ms-background-size: 30px auto;
	-moz-background-size: 30px auto;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
} */
.g-nav, .g-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* .g-nav{margin-left: 235px;} */
.g-nav > li {
  float: left;
  /* width: 16.666%; */
  padding: 0 30px;
  text-align: center;
}
.g-nav > li.cur-nav{
  background-color: #E50113 !important;
}
.g-nav > li:hover {
  background-color: #E50113;
}

.g-nav > li .v1:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 10px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.g-nav > li:hover .v1 {
  color: #fff;
}

.g-nav > li:hover .v1:after {
  width: 48px;
  left: 50%;
  margin-left: -24px;
  /* transition: all 0.4s linear; */
}

.g-nav > li:hover ~ li > .v1:after {
  left: 0;
}

.g-nav .v1 {
  position: relative;
  display: block;
  color: #333;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.g-nav .v1:hover {
  color: #E50113;
}
.g-nav .sub-nav::-webkit-scrollbar { width: 0 !important }
.g-nav .sub-nav { -ms-overflow-style: none; }
.g-nav .sub-nav { overflow: -moz-scrollbars-none; }
.g-nav .sub-nav.slideDown{
  display: block;
}
.g-nav .sub-nav {
  margin-top: 0;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  /* width: 280px; */
  width: 100%;
  padding: 15px 0;
  z-index: 10001;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  /* box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05); */
}

/* .g-nav .sub-nav:after {
  content: '';
  position: fixed;
  top: 2px;
  bottom: 0;
  /* background-color: #333; */
  /*  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.04);
} */

.g-nav .sub-nav .v2 {
  padding: 0;
  padding: 15px 10px;
  line-height: 1;
  z-index: 10001;
  position: relative;
}

.g-nav .sub-nav a {
  /* white-space: nowrap; */
  display: inline-block;
  color: #666;
  font-size: 16px;
  /* padding: 0 60px; */
  cursor: pointer;
  /* background: url('../../images/ico-subnav.png') no-repeat right center; */
  position: relative;
  overflow: hidden;
}

.g-nav .sub-nav a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 8px;
  top: 100%;
  right: 0px;
  background: url("../../images/ico-subnav.png") no-repeat center;
}

.g-nav .sub-nav a:hover {
  -webkit-transition: padding-right 0.4s;
  transition: padding-right 0.4s;
  color: #E50113;
  padding-right: 10px;
}

.g-nav .sub-nav a:hover:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 
.mainNavBtn{background-color: #ff7f0f;color: #fff;display: block;padding: 0 20px;}
.mainNavBtn:hover,.mainNavBtn:focus{color: #fff;} */
/* .mainNavBtn span{display: block;
	background: url(../images/arr-down-w.png) no-repeat right center;
}

.mainNav{position: relative;width: 220px;float: left;font-size: 16px;}
.mainNav .main-nav-ul{position: absolute;left: 0;top: 100%;width: 100%;
	display: none;background-color: #ea7a26;border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
} */
/*.mainNav.open .main-nav-ul{display: block;}*/
/* .main-nav-ul li{}
.main-nav-ul .s1{display: block;padding: 0 20px;line-height: 45px;color: #fff;
	background: url(../images/arr-r-w.png) no-repeat right 20px center;
}
.main-nav-ul .s1:hover{background-color: rgba(0,0,0,.5);
	background: url(../images/black-alpha50.png) repeat left top \9;
} */
/*******************************
	--------[底部]-------
********************************/
#fd {
  font-size: 14px;
  background-color: #f5f5f5;
  color: #666;
  padding: 28px 0 0 0;
}

#fd .fd-wrap {
  padding-bottom: 20px;
}

/* #fd a{color: #fff;} */
#fd a:hover {
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

#fd .col-list {
  display: table;
  /* justify-content: space-around; */
  margin-bottom: 30px;
  width: 100%;
}

#fd .col-list .b-item:first-child {
  border-left: none;
}

#fd .col-list .b-item {
  display: table-cell;
  /* flex:1; */
  text-align: center;
  border-left: 1px solid #ddd;
  font-size: 16px;
  padding: 0 5px;
  cursor: pointer;
  color: #666;
}

#fd .col-list .b-item:hover {
  color: #E50113;
}

.fnav li {
  float: left;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  margin-left: 30px;
}

#fd .fabout .b-info {
  margin-top: 20px;
}

/* #fd .fabout .b-info > div{
 margin-top: 10px;
} */
#fd .fabout .b-info span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#fd .fabout .b-info .icon-addr {
  background: url(../../images/icon-addr.png) no-repeat center left;
}

#fd .fabout .b-info .icon-tele {
  background: url(../../images/icon-tele.png) no-repeat center left;
}

#fd .fabout .b-info .icon-customer {
  background: url(../../images/icon-custmer.png) no-repeat center left;
}

#fd .fabout .b-info .icon-email {
  background: url(../../images/icon-email.png) no-repeat center left;
}

#fd .fnav {
  margin-top: 9px;
  font-size: 12px;
  text-align: center;
  color: #999;
  float: right;
}

#fd .fnav li img {
  display: inline-block;
  background-color: #fff;
  padding: 8px;
}

#fd .fnav li span {
  display: inline-block;
  margin-top: 15px;
}

/* #fd .g-tit1{margin: 0 0 20px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid #6f6f75 \9;
}
.fabout p{text-indent: 2em;}
.fcopy-m{display: none;}

.fnav{margin: 65px 3.5% 0;}
.fnav li{float: left;width: 36%;margin: 0 7%;
	border-top: 1px solid rgba(255,255,255,.3);
	border-top: 1px solid #6f6f75 \9;
	overflow: hidden;white-space: nowrap;word-wrap: normal;text-overflow: ellipsis;
}
.fnav a{display: block;line-height: 30px;padding-left: 8px;} */
#fd .bottom-m {
  color: #999;
  padding: 20px 0 30px 0;
  border-top: 1px solid #ddd;
  font-size: 12px;
  line-height: 17px;
}

/*******************************
	-------[=banner]-------
********************************/
#banner {
  position: relative;
}

#banner .m-slider {
  position: relative;
  /* left:0; */
  padding-top: 120px;
  background-color: #530209;
}

#banner .m-slider .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  background-size: contain;
  /* margin-top: 125px; */
  /* box-sizing: border-box; */
}

#banner.mBanner .m-slider .item {
  height: auto !important;
}

#banner.mBanner .m-slider .item a {
  display: block;
  padding-top: 50%;
}

#banner .m-slider .txt {
  position: absolute;
  left: 0;
  bottom: 30%;
  right: 0;
  text-align: center;
}

#banner .m-slider .txt img {
  display: inline-block;
  max-width: 60%;
}

#banner .m-slider .slick-list {
  z-index: 0;
}

#banner .m-slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 120px;
  margin: 0;
  padding: 0;
  z-index: 9;
  list-style: none;
  text-align: right;
}

#banner .m-slider .slick-active .pager-dot .cur-page {
  /* width: 48px; */
  /* background-color: #f00; */
  color: #E50113;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pager-dot {
  margin-bottom: 30px;
  display: inline-block;
  width: 38px;
  /* background: #fff; */
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 32px;
  position: relative;
}

.pager-dot .cur-page {
  position: absolute;
  color: #fff;
  left: 0;
  top: -5px;
}

.pager-dot .total-page {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}

#banner .m-slider .slick-dots {
  bottom: 48px;
}

#banner .m-slider .slick-dots li.slick-active {
  background: #E50113;
}

#banner .m-slider .slick-dots li {
  list-style: none;
  float: left;
  /* opacity: 0;
	position: absolute; */
  background: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 10px;
}

#banner .m-slider .slick-prev {
  left: 30px;
  background: url(../../images/left-dir.png) no-repeat center;
}

#banner .m-slider .slick-next {
  right: 30px;
  background: url(../../images/right-dir.png) no-repeat center;
}

#banner .m-slider .slick-next,
#banner .m-slider .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

#banner .m-slider .slick-next:hover,
#banner .m-slider .slick-prev:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
}

/* #banner .m-slider .slick-next:hover{
	background: url(../../images/right-dir_hover.png) no-repeat center;
}
#banner .m-slider .slick-prev:hover{
	background: url(../../images/left-dir_hover.png) no-repeat center;
} */
.video-wrap .full-pager {
  z-index: 1;
}

.full-pager {
  position: absolute;
  bottom: 2.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  /* width: 50px; */
}

.full-pager .icon-mouse {
  display: block;
  width: 30px;
  height: 50px;
  background: url(../../images/ico-mouse.png) no-repeat center;
}

.full-pager .icon-mouse:hover {
  background: url(../../images/ico-mouse_hover.png) no-repeat center;
}

.full-pager .icon-down {
  display: block;
  width: 30px;
  height: 15px;
  margin-top: 13px;
  background: url(../../images/ico-down.png) no-repeat center;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
}

#banner .g-tit1 {
  margin: 0;
}

#banner .ban-txt {
  /* position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9; */
  width: 100%;
  padding: 0.2rem 0;
  background-color: #fafafa;
}

#video-index .ban-txt {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6.25%;
  padding: 0;
  position: absolute;
  z-index: 1;
}

.ban-inner {
  color: #666;
  /* padding:0 50px 0 0; */
}

#video-index .ban-inner {
  color: #fff;
}

#video-index .inner-wrap {
  background: rgba(250, 250, 250, 0.05);
}

.ban-inner .inner-wrap {
  background: #fff;
  padding: 0.2rem 20px;
}

.ban-inner .g-tit {
  text-align: center;
  border-right: 1px solid #dddddd;
}

@-webkit-keyframes noticeBounce {
  0% {
    background: url(../../images/ico-notice.png) no-repeat top center;
    background-size: 30px 30px;
  }
  50% {
    background: url(../../images/ico-notice_hover.png) no-repeat top center;
    background-size: 30px 30px;
  }
  100% {
    background: url(../../images/ico-notice.png) no-repeat top center;
    background-size: 30px 30px;
  }
}

@keyframes noticeBounce {
  0% {
    background: url(../../images/ico-notice.png) no-repeat top center;
    background-size: 30px 30px;
  }
  50% {
    background: url(../../images/ico-notice_hover.png) no-repeat top center;
    background-size: 30px 30px;
  }
  100% {
    background: url(../../images/ico-notice.png) no-repeat top center;
    background-size: 30px 30px;
  }
}

.ban-inner .g-tit .ico-notice {
  display: inline-block;
  padding-top: 34px;
  background: url(../../images/ico-notice.png) no-repeat top center;
  -webkit-animation: noticeBounce 1s infinite;
          animation: noticeBounce 1s infinite;
  background-size: 30px;
}

.g-tit .ico-list {
  padding-top: 34px;
  display: inline-block;
  /* padding-top: 46px; */
  background: url(../../images/ico-list.png) no-repeat top center;
  background-size: 30px;
}

.m-recom {
  position: relative;
  padding: 5px 20px 5px 40px;
  /* display: flex;
	height: 52px;
	align-items: center; */
}

/* .m-list1{overflow: hidden;} */
.m-list1 .txt {
  color: #fff;
  position: relative;
  padding-right: 30px;
}

.m-list1 .txt .ico-news {
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(../../images/ico-news.png) no-repeat top center;
}

.m-list1 a {
  line-height: 21px;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}

#video-index .m-list1 a {
  color: #fff;
}

#video-index .m-list1 a:hover {
  color: #E50113;
}

.m-list1 a:hover {
  color: #E50113;
}

/*******************************
	--------[分页条]-------
********************************/
/*******************************
	--------[首页]-------
********************************/
#fullpage {
  position: relative;
  z-index: 1;
}

.index-content {
  padding-top: 104px;
  /* margin-top: 120px; */
}

.section {
  padding-bottom: 0px;
  position: relative;
}

/* .section .wrap{padding-top: 90px;} */
.full-nav {
  position: absolute;
  top: 50%;
  right: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  /* background-color: #ddd; */
  z-index: 1000;
  /* width: 50px; */
  margin-top: 30px;
}

.full-nav .pager-num {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: right;
  /* width: 100%; */
  display: block;
}

.full-nav .pager-num .cur-page {
  font-size: 32px;
  line-height: 43px;
  color: #E50113;
  position: absolute;
  left: -6px;
  top: -25px;
}

.full-nav .dash {
  width: 2px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}

.full-nav .icon-mouse {
  display: block;
  width: 30px;
  height: 50px;
  background: url(../../images/red-mouse.png) no-repeat center;
}

.full-nav:hover .icon-mouse {
  background: url(../../images/red-mouse_hover.png) no-repeat center;
}

.full-nav .icon-down {
  display: block;
  width: 30px;
  height: 15px;
  margin-top: 13px;
  background: url(../../images/ico-down-gray.png) no-repeat center;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
}

/* ---- 第二屏 - 基金‘奋斗者’岁月 ----- */
.section .wrap {
  /* padding-top: 124px; */
  /* width: 95%; */
}

.section .mod-tit {
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  font-size: 36px;
  margin-top: 90px;
  letter-spacing: 3px;
}

.section .mod-tit .sub-icon {
  margin-top: 11px;
  position: absolute;
  background-color: #fff;
  top: 100%;
  width: 40px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  margin-left: -3px;
}

.section .mod-tit .sub-icon .round-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #E50113;
}

.section .mod-tit .sub-icon .round-1:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  right: -10px;
  background-color: #E50113;
}

.section .mod-tit .sub-icon .round-1:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: -10px;
  background-color: #E50113;
}

#section2 .mod-tit,
#zrf-ateam .mod-tit {
  color: #fff;
}

#section3 .mod-tit::after,
#section4 .mod-tit::after {
  width: 140px;
  margin-left: -3px;
}

.section .mod-tit:after {
  position: absolute;
  content: '';
  width: 240px;
  height: 3px;
  background-color: #E50113;
  top: 100%;
  margin-top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section2 .mod-tit:after ,
#zrf-ateam .mod-tit:after{
  background: url(../../images/sub-icon.png) no-repeat center;
  height: 8px;
}

.section .sub-title {
  margin-top: 45px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  line-height: 40px;
  color: #666;
}

.section .mod-main {
  margin-top: 70px;
}

.mod-main .com-info {
  position: relative;
  width: 144px;
  height: 144px;
  margin: 0 auto;
  margin-top: 154px;
}

.mod-main .com-info .info-item {
  position: absolute;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  opacity: 0;
}

.mod-main .com-info.expand .info-item {
  /* transition: all 1s; */
  opacity: 1;
}

.mod-main .com-info .info-item .item-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-size: 24px;
  display: block;
  color: #fff;
}

.mod-main .com-info .item-content:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.mod-main .com-info .item-content:hover:after {
  /* filter: blur(4px); */
  -webkit-transform: translateX(2px) scale(1.1);
          transform: translateX(2px) scale(1.1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.com-info .center .icon-tit,
.com-info .info-item .icon-tit {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}

.com-info .info-item .icon-arrow {
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: url(../../images/ico-arrow.png) no-repeat center;
}

.com-info .info-item:hover .icon-tit {
  bottom: 50%;
  font-weight: bold;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}

.com-info .info-item:hover .icon-arrow {
  bottom: 30px;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}

.com-info .culture:hover .icon-arrow,
.com-info .duty:hover .icon-arrow,
.com-info .honer:hover .icon-arrow,
.com-info .more:hover .icon-arrow {
  bottom: 20px;
}

.mod-main .com-info .center {
  width: 100%;
  height: 100%;
  /* background-color: #E50113; */
  top: 0;
  left: 0;
  font-size: 24px;
  position: absolute;
  border-radius: 100%;
  color: #fff;
  /* cursor: pointer; */
  text-align: center;
  /* overflow: hidden; */
  z-index: 10;
  background: url(../../images/zrf-round.png) no-repeat center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.mod-main .com-info .item-line {
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: blue; */
  position: absolute;
  z-index: -1;
}

.mod-main .com-info .item-line:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
}

.mod-main .com-info.expand .item-line:after {
  height: 170px;
  -webkit-transition: height 5s;
  transition: height 5s;
}

.mod-main .com-info .line-1 {
  -webkit-transform: rotateZ(-18deg);
          transform: rotateZ(-18deg);
}

.mod-main .com-info .line-2 {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}

.mod-main .com-info.expand .line-2:after {
  height: 240px;
  -webkit-transition: height 3s;
  transition: height 3s;
}

.mod-main .com-info .line-3 {
  -webkit-transform: rotateZ(60deg);
          transform: rotateZ(60deg);
}

.mod-main .com-info .line-4 {
  -webkit-transform: rotateZ(130deg);
          transform: rotateZ(130deg);
}

.mod-main .com-info .line-5 {
  -webkit-transform: rotateZ(170deg);
          transform: rotateZ(170deg);
}

.mod-main .com-info .line-6 {
  -webkit-transform: rotateZ(215deg);
          transform: rotateZ(215deg);
}

.mod-main .com-info .line-7 {
  -webkit-transform: rotateZ(280deg);
          transform: rotateZ(280deg);
}

.mod-main .com-info .info-item:after,
.mod-main .com-info .info-item:before,
.mod-main .com-info .more:after,
.mod-main .com-info .more:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(229, 1, 19, 0.5);
  z-index: -10;
}

/* .mod-main .com-info .center:after,
.mod-main .com-info .center:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	margin: -89px 0 0 -89px;
	width: 100%;
	height:100%;
	border-radius: 100%;
	background: rgba(229, 1, 19, 0.5);
	z-index: -1;
} */
.mod-main .com-info .info-item:after,
.mod-main .com-info .more:after {
  -webkit-animation: circle 3s linear infinite;
  animation: circle 3s linear infinite;
}

/* .mod-main .com-info .center:before, */
.mod-main .com-info .more:before,
.mod-main .com-info .info-item:before {
  -webkit-animation: circle 3s linear 0.8s infinite;
  animation: circle 3s linear 0.8s infinite;
}

@-webkit-keyframes circle {
  /* Safari and Chrome */
  from {
    opacity: 1;
    -webkit-transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

.com-info .center > .icon-tit {
  font-size: 20px;
  padding-top: 30px;
  background: url(../../images/zrf.png) no-repeat top center;
  background-size: 80px 29px;
}

.mod-main .com-info.expand .honer {
  top: 129.86%;
  left: 47.91%;
  /* opacity: 1; */
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mod-main .com-info .honer .item-content:after {
  background: url(../../images/com-honer.png) no-repeat center;
  background-size: 100%;
}

.mod-main .com-info.expand .team {
  left: -118.05%;
  top: 68.05%;
  -webkit-transition: all 1s 0.4s;
  transition: all 1s 0.4s;
}

.mod-main .com-info .team .item-content:after {
  background: url(../../images/com-team.png) no-repeat center;
  background-size: 100%;
}

.mod-main .com-info.expand .duty {
  left: -113.89%;
  top: -94.44%;
  -webkit-transition: all 1s 0.8s;
  transition: all 1s 0.8s;
}

.mod-main .com-info .duty .item-content:after {
  background: url(../../images/com-duty.png) no-repeat center;
  background-size: 100%;
}

.mod-main .com-info.expand .culture {
  left: 65.97%;
  top: -106.25%;
  -webkit-transition: all 1s 1.2s;
  transition: all 1s 1.2s;
}

.mod-main .com-info .culture .item-content:after {
  background: url(../../images/com-culture.png) no-repeat center;
  background-size: 100%;
}

.mod-main .com-info .more .item-content:after {
  background: url(../../images/com-more.png) no-repeat center;
  background-size: 100%;
}

.mod-main .com-info.expand .more {
  left: 127.08%;
  top: 18.05%;
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
}

.mod-main .com-info .red-circle {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #FFF1F1;
}

.mod-main .com-info .blue-circle {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: #F2F8FF;
}

.mod-main .com-info.expand .red-circle {
  top: -86.8%;
  left: 13.89%;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}

.mod-main .com-info.expand .blue-circle {
  top: 198.61%;
  left: -30.56%;
  -webkit-transition: all 1s 1.8s;
  transition: all 1s 1.8s;
}

.com-record {
  margin-left: 50px;
  /* margin-top: 50px; */
}

.com-record .rec-item {
  font-size: 24px;
  margin-bottom: 30px;
}

.com-record .rec-item .rec-label {
  font-size: 28px;
}

.com-record .rec-item .rec-label .update-num {
  font-size: 16px;
  margin-left: 20px;
}

.com-record .rec-item .rec-num {
  margin: 10px 0 0 0;
  position: relative;
}

.year,
.month,
.day,
.scale {
  /* display: table; */
  display: inline-block;
  overflow: hidden;
  height: 64px;
  line-height: 53px;
  /* vertical-align: baseline; */
  /* width: 100px; */
  color: #E50113;
  font-size: 64px;
  font-family: Bebas;
  font-weight: bold;
  /* letter-spacing: 1; */
  margin: 0 10px -12px;
}

.year,
.scale {
  margin-left: 0;
  position: relative;
}
/* .scale::after{
  content: '+';
  position: absolute;
  left: 100%;
  top: -20px;
  font-size: 48px;
  font-family: 'Bebas';
  color: #E50113;
} */

.rec-num .scale-plus {
  /* position: absolute;
  left: 140px;
  top: -20px; */
  font-size: 48px;
  font-family: 'Bebas';
  color: #E50113;
  margin-top: -25px;
  display: inline-block;
  vertical-align: top;
  margin-left: -15px;
}

.mission {
  font-size: 50px;
  line-height: 66px;
  color: #E50113;
  /* font-family: Bebas; */
  font-weight: bold;
  /* margin: 0 10px -12px; */
}

.scrollItem {
  text-align: center;
  /* width: 36px; */
  float: left;
}

.scrollItem span {
  height: 64px;
  display: block;
  line-height: 53px;
}

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

#section1 {
  /* padding-bottom: 120px; */
}

#section1 .waveThree {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -100;
  height: 400px;
}

#section1 .waveThree canvas {
  width: 100%;
  height: 100%;
  pointer-events: none;
  touch-callout: none;
}

#section1 .waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -100;
}

.bgTop {
  z-index: 15;
  opacity: 0.3;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.6;
}

.bgBottom {
  z-index: 5;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 160px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveAnimation .waveMiddle {
  -webkit-animation: move_wave 10s linear infinite;
          animation: move_wave 10s linear infinite;
}

.waveAnimation .waveBottom {
  -webkit-animation: move_wave 15s linear infinite;
          animation: move_wave 15s linear infinite;
}
#zrf-ateam{
  background: url(../../images/zrf-team.png) no-repeat top center;
  background-size: 100% 45%;
}
#section2 {
  background: url(../../images/intro-bg.png) no-repeat top center;
  /* background-size: 100%; */
  /* object-fit: cover; */
}

/* 三屏 */
#section2 .bth-check {
  width: 216px;
  line-height: 56px;
  display: inline-block;
  font-size: 20px;
  border-radius: 28px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

#section2 .bth-check:hover {
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  background-color: rgba(229, 1, 19, 0.05);
}

#section2 .indexSlider {
  /* width: 95%; */
  margin: 0 auto;
  margin-top: 60px;
}

#section2 .indexSlider .slick-list {
  /* padding: 80px; */
}

#section2 .item {
  /* width: 33.33%; */
  padding: 30px 15px 50px;
  position: relative;
  display: block;
}

#section2 .item-container {
  /* box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05); */
  /* border: 1px solid #eee; */
  border-radius: 8px;
}

#section2 .intro-item {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 70px 32px 60px;
  text-align: center;
  position: relative;
  border-radius: 8px;
  position: relative;
  /* border: 1px solid #ddd; */
  background-color: #fff;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

#section2 .intro-item .item-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#section2 .intro-item .item-num {
  color: #666;
  font-size: 24px;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  display: inline-block;
}

#section2 .intro-item .tag-group {
  font-size: 0;
  vertical-align: middle;
}

#section2 .intro-item .item-tag {
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  line-height: 27px;
  text-align: center;
  color: #E50113;
  background: rgba(229, 1, 19, 0.05);
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#section2 .intro-item .item-profit {
  font-size: 64px;
  font-family: Bebas;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  color: #E50113;
  margin-top: 62px;
  height: 64px;
  line-height: 1;
}

#section2 .intro-item .item-time {
  color: #999;
  font-size: 20px;
  margin-top: 10px;
}

#section2 .intro-item .item-desc {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  min-height: 63px;
}

#section2 .intro-item .item-attr {
  position: absolute;
  top: 0;
  left: 0;
  /* border-radius: 8px; */
  border-top-left-radius: 8px;
  width: 100px;
  line-height: 35px;
  background-color: #E50113;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#section2 .intro-item .item-attr:after {
  position: absolute;
  content: '';
  top: -100%;
  right: -10px;
  height: 0;
  width: 0;
  border-width: 35px;
  border-top: 35px transparent solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  border-bottom: 35px #fff solid;
  z-index: 100;
}

#section2 .slider .slick-prev {
  left: -80px;
  background: url(../../images/left-dir.png) no-repeat center;
}

#section2 .slider .slick-prev:hover {
  background: url(../../images/left-dir_hover.png) no-repeat center;
  background-color: rgba(229, 1, 19, 0.1);
}

#section2 .slider .slick-next {
  right: -80px;
  background: url(../../images/right-dir.png) no-repeat center;
}

#section2 .slider .slick-next:hover {
  background: url(../../images/right-dir_hover.png) no-repeat center;
  background-color: rgba(229, 1, 19, 0.1);
}

#section2 .slider .slick-next,
#section2 .slider .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
}

#section2 .slider .slick-active.current .intro-item {
  /* background: #E50113; */
  /* position: absolute; */
  /* transform: scaleY(1.2); */
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#section2 .btn-detail {
  width: 240px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #E50113;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: -15px;
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  left: 50%;
  /* margin-left: -120px; */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -100px;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}

#section2 .item:hover .intro-item {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#section2 .item:hover .btn-detail,
#section2 .slick-active.current .btn-detail {
  bottom: 50px;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}

#section3 {
  background: url(../../images/mountain-bg.png) no-repeat top;
}

#section3 .section-container {
  margin-top: 25px;
  margin-top: 75px;
}

#section3 .section-container .col-container {
  cursor: pointer;
}

#section3 .section-container .row-container {
  margin: 0 -45px;
}

#section3 .section-container .col-item {
  float: left;
  width: 33.33%;
  padding: 0 30px;
}

#section3 .section-container .col-item-2 {
  float: left;
  width: 50%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#section3 .top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 250px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background: url(../../images/top-bg.png) no-repeat center center; */
  background-size: cover;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

#section3 .point-item {
  background: url(../../images/video-bg.png) no-repeat center center;
  background-size: cover;
}

#section3 .leak-item {
  background: url(../../images/leak-bg.png) no-repeat center center;
  background-size: cover;
}

#section3 .news-item {
  background: url(../../images/dy-bg.png) no-repeat center center;
  background-size: cover;
}

#section3 .top-item .title,
#section3 .bottom-item .title {
  color: #fff;
  font-size: 32px;
}

#section3 .top-item .en-title,
#section3 .bottom-item .en-title {
  color: #fff;
  font-size: 24px;
}

#section3 .serve-item:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* filter: blur(3px); */
  z-index: 1;
}

#section3 .serve-item:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  background: url(../../images/angle-serve.png) no-repeat center;
}

#section3 .serve-item:hover::before {
  background: url(../../images/angle-serve_hover.png) no-repeat center;
}

#section3 .serve-item .item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  color: #bababa;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 7;
}

#section3 .serve-item .item-incontent {
  position: absolute;
  /* width: 100%;
	height: 100%; */
  z-index: 8;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* #section3 .serve-item .item-mask{
	transform: translateY(100%);
	transition: transform .4s;
} */
#section3 .serve-item:hover .item-mask {
  width: 100%;
  height: 100%;
  /* transform: translateY(0); */
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#section3 .serve-item:hover .item-incontent {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#section3 .serve-item .item-incontent .mask-title {
  font-size: 24px;
  color: #333;
  margin: 30px 0 0 30px;
  position: relative;
  font-weight: bold;
  text-align: left;
}

#section3 .serve-item .item-incontent .mask-title:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #E50113;
  bottom: -10px;
  left: 0;
  /* transform: translateX(-50%); */
}

#section3 .serve-item .item-incontent .item-content {
  /* position: absolute; */
  /* bottom: 30px; */
  margin-top: 30px;
  padding: 0 30px;
  text-align: left;
  color: #333;
}

#section3 .bottom-item {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  width: 100%;
  height: 250px;
}

/* #section3 .bottom-item.item-1:after {
  background: url(../../images/zrcpoint-bg.png) no-repeat center center;
  background-size: cover;
} */

#section3 .bottom-item.item-2:after {
  /*background: url(../../images/manager.png) no-repeat center center;*/
  background-size: cover;
}

/* #section3 .bottom-item.item-2:after {
  background: url(../../images/bottom-bg.png) no-repeat center center;
  background-size: cover;
} */

#section3 .bottom-item .item-container {
  padding: 30px 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

#section4 .section-container {
  margin-top: 100px;
  margin-top: 70px;
}

#section4 .section-container .service-list {
  text-align: center;
  font-size: 20px;
}
#section4 .section-container .service-list .service-item {
  color: #333;
}

#section4 .section-container .service-list .pass-item:hover {
  /* box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); */
  background: rgba(229, 1, 19, 0.05);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #E50113;
}

#section4 .section-container .service-list .col-container {
  display: block;
  padding: 30px 0;
  cursor: pointer;
  /* margin-top: 30px; */
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
#section4.showAll .col-xs-3:nth-child(n+5) .col-container {
    margin-top: 30px;
}
#section4 .section-container .service-list .col-container.wait-more {
  cursor: auto;
}

.col-container img {
  display: inline-block;
  width: 120px;
  height: 120px;
}

#section4 .circle {
  position: absolute;
  /* background: #F0F3Ff; */
  /* z-index: -1; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* #section4 .circle:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 600px solid transparent;
	border-left: 600px solid transparent;
	border-right: 600px solid transparent;
	border-bottom: 600px solid #fff;
} */
/* #section4 .circle-left::after{
	border-bottom: 600px solid #fff;
	border-top: 600px solid transparent;
	right: -100%;
	top:-100%;
}  */
#section4 .circle-left {
  left: 0px;
  top: 0px;
}

#section4 .circle-right {
  right: 0;
  bottom: 0;
}

/* #section4 .circle-right::after{
	border-bottom: 600px solid transparent;
	border-top: 600px solid #fff;
	left: -100%;
	top:0;
} */
/* @media screen and (min-width: 1300px) {
	.section .wrap{
		padding-top: 74px;
	}
	.section .mod-tit{
		font-size: 25px;
	}
	.g-nav > li{
		padding: 0 10px;
	}
} */
body {
  min-width: 1200px;
}

.container {
  width: 1230px;
}

/*******************************
	-------[基金业务-首页]--------
	hexiaoyan 2021.01.09
********************************/
.fb-banner img {
  max-width: 100%;
}

.fb-section-container {
  margin-top: 80px;
}

#section3 .fb-section-container {
  margin-top: 25px;
}

#section3 .fb-section-container .col-container {
  cursor: pointer;
}

#section3 .fb-section-container .row-container {
  margin: 0 -45px;
}

#section3 .fb-section-container .col-item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}

#section3 .fb-section-container .col-item-2 {
  float: left;
  width: 50%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-container .fb-item {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: relative;
  overflow: hidden;
}

.col-container .fb-item-img img {
  max-width: 100%;
  width: 100%;
  max-height: 120px;
}

.fb-section-container .fb-item .title {
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  font-size: 24px;
  margin-top: 30px;
}

.fb-section-container .fb-item .title:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #E50113;
  top: 100%;
  margin-top: 10px;
  left: 56%;
  margin-left: -40px;
}

.fundBusiness-personal .g-nav .sub-nav .v2 {
  background: #FFF;
}

.fb-section-container .fb-item .item-content {
  margin-top: 39px;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  padding: 0 30px;
  padding-bottom: 30px;
}

#section3 .fb-p-section-container .serve-item:before {
  background: none;
}

.fb-section-container .fb-item .item-bottom {
  background: #E50113;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 70px;
  position: absolute;
  width: 100%;
  bottom: -100px;
}

.fb-section-container .fb-item:hover .item-bottom {
  bottom: 0px;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}

.fb-section-container .fb-item .item-bottom img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.fb-section-container .fb-item .item-bottom-col span {
  padding: 0 15px;
}
.fb-section-container .fb-item .item-bottom a{
  position: relative;
  display: inline-block;
  color: #fff !important;
}
.fb-section-container .fb-item .item-bottom span {
  position: relative;
}
.fb-section-container .fb-item .item-bottom a:hover:after,
.fb-section-container .fb-item .item-bottom span:hover:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #fff;
  bottom: -10px;
  left: 30%;
}

.fb-section-container .col-container {
  position: relative;
}

.fb-section-container .col-container .fb-item {
  border-radius: 0;
}

/* .fb-section-container .col-container:hover .fb-item .fb-item-top {
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
  top: -50px;
  position: relative;
} */

.fb-section-container .col-container .fb-item .fb-item-top {
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
  top: -50px;
  position: relative;
}


/* .fb-section-container .col-container:hover .fb-item-top:before {
  background: none;
} */
.fb-section-container .col-container .fb-item-top:before {
  background: none;
}

.fb-section-container .fb-item-top:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 101;
  background: url(../../images/angle-serve_hover.png) no-repeat center;
}

.fb-section-container .row-container {
  padding: 0 55px;
}

.fb-banner#banner .m-slider {
  background-color: unset;
  padding-top: 0;
}

.fb-banner#banner .m-slider .slick-dots {
  overflow: hidden;
}

#banner.fb-banner {
  height: 5.1rem !important;
}

.fb-banner .m-slider .item {
  height: 5.1rem !important;
  background-size: cover !important;
}

/*******************************
	-------[基金业务-机构业务]--------
	hexiaoyan 2021.01.09
********************************/
.breadcrumb {
  line-height: 40px;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  padding: 0;
  padding-left: 30px;
}

.breadcrumb a {
  color: #666666;
}

.fb-m-section-container .title {
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  margin-bottom: 30px;
}

.fb-m-section-container .title img {
  margin-right: 10px;
}

#section3 .fb-m-section-container .col-item {
  padding: 0;
}

#section3 .fb-m-section-container .col-item:nth-of-type(2) .top-item {
  background: url(../../images/fb-ico7.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-m-section-container .col-item:nth-of-type(2) .item-mask {
  background: #FFF url(../../images/fb-ico21.png) no-repeat 300px;
}

#section3 .fb-m-section-container .col-item:nth-of-type(3) .item-mask {
  background: #FFF url(../../images/fb-ico22.png) no-repeat 280px;
}

#section3 .fb-m-section-container .col-item:nth-of-type(4) .item-mask {
  background: #FFF url(../../images/fb-ico23.png) no-repeat 280px;
}

#section3 .fb-m-section-container .col-item:nth-of-type(5) .item-mask {
  background: #FFF url(../../images/fb-ico24.png) no-repeat 280px;
}

#section3 .fb-m-section-container .col-item:nth-of-type(6) .item-mask {
  background: #FFF url(../../images/fb-ico25.png) no-repeat 280px;
}

#section3 .fb-m-section-container .col-item:nth-of-type(7) .item-mask {
  background: #FFF url(../../images/fb-ico26.png) no-repeat 280px;
}

#section3 .fb-m-section-container .col-item:nth-of-type(3) .top-item {
  background: url(../../images/fb-ico20.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-m-section-container .col-item:nth-of-type(4) .top-item {
  background: url(../../images/fb-ico8.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-m-section-container .col-item:nth-of-type(5) .top-item {
  background: url(../../images/fb-ico9.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-m-section-container .col-item:nth-of-type(6) .top-item {
  background: url(../../images/fb-ico10.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-m-section-container .col-item:nth-of-type(7) .top-item {
  background: url(../../images/fb-ico11.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-m-section-container .col-item:nth-of-type(8) .top-item {
  background: url(../../images/fb-ico12.png) no-repeat center center;
  background-size: 100% 100%;
}

#section3 .fb-c-section-container .col-item {
  width: 100%;
}

#section3 .fb-c-section-container .top-item {
  height: 220px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 30px;
}

#section3 .fb-c-section-container .col-container img {
  width: 370px;
  height: 220px;
}

.fb-c-section-container .title {
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  margin-bottom: 30px;
}

.fb-c-section-container .title img {
  margin-right: 10px;
}

.fb-c-section-container .item-bottom {
  text-align: left;
  padding: 30px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.fb-c-section-container .item-bottom span {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  color: #333;
}

.fb-c-section-container .item-bottom span i {
  width: 8px;
  height: 8px;
  background: #E50113;
  border-radius: 50%;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

#section3 .fb-j-section-container .top-item {
  min-height: 490px;
}

.fb-c-section-container .fb-phone {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
}

.fb-c-section-container .fb-phone span {
  font-size: 20px;
  color: #333333;
  font-weight: initial;
  line-height: 24px;
}

/*******************************
	-------[基金业务-个人专户]--------
	hexiaoyan 2021.01.09
********************************/
.fb-p-section-container .title i {
  width: 2px;
  height: 27px;
  background: #E50113;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.fb-p-section-container .sub-title {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 20px;
}

.fb-p-section-container .fb-statement {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  padding: 30px 0 0 0;
}

.fb-p-section-container .fb-bg img {
  width: 100%;
  height: 220px;
}

#section3 .fb-p-section-container .col-item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}

.fb-p-section-container .fb-con {
  position: relative;
  overflow: hidden;
  margin-top: -100px;
}

.fb-p-section-container .fb-con .top-item {
  background: #fff;
}

#section3 .fb-p-section-container .serve-item .item-incontent {
  opacity: unset;
}

#section3 .fb-p-section-container .serve-item .item-incontent .mask-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
  margin-right: 30px;
  text-align: left;
}

#section3 .fb-p-section-container .serve-item .item-incontent:before {
  position: relative;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #E50113;
  bottom: -100px;
  float: left;
  left: 35px;
}

#section3 .fb-p-section-container .serve-item .item-incontent .item-content {
  line-height: 24px;
  font-size: 16px;
  margin-top: 38px;
  top: 100px;
}

#section3 .fb-p-section-container .top-item {
  height: 385px;
}

#section3 .fb-p-section-container .col-item:nth-of-type(2) .top-item, #section3 .fb-p-section-container .col-item:nth-of-type(3) .top-item {
  background: #fff;
}

.fb-p-section-container .slideTxtBox .hd {
  position: relative;
  margin-top: 30px;
  height: 100px;
}

.fb-p-section-container .slideTxtBox .hd ul {
  position: absolute;
}

.fb-p-section-container .slideTxtBox .hd li {
  float: left;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  border: 4px solid #E50113;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  color: #E50113;
  margin: 0 50px;
  margin-top: 20px;
  position: relative;
}

.fb-p-section-container .slideTxtBox .hd:before {
  content: '';
  border-bottom: 1px dotted #E50113;
  position: absolute;
  width: 100%;
  top: 50px;
}

.fb-p-section-container .slideTxtBox .hd li.on {
  width: 100px;
  height: 100px;
  border: 5px solid #FFFFFF;
  background: #E50113;
  color: #fff;
  margin-top: 0;
  line-height: 26px;
  padding-top: 13px;
}

.fb-p-section-container .slideTxtBox .hd li.on span {
  font-size: 16px;
  display: block;
}

.fb-p-section-container .slideTxtBox .hd li span {
  display: none;
}

.fb-p-section-container .slideTxtBox .bd-con {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-top: 4px solid #E50113;
  margin-top: 30px;
  padding: 30px;
}

.fb-p-section-container .slideTxtBox .bd-con .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}

.fb-p-section-container .slideTxtBox .bd-con p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.fb-p-section-container .slideTxtBox .hd li.on:after {
  content: '';
  background: url(../../images/fb-ico18.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -35px;
  left: 35px;
}

#section3.product-index {
  background: #FAFAFA;
}

/* 遮罩 */
#screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 901;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

/* #subscribe {
  z-index: 999;
  margin-left: 12%;
  position: fixed;
  top: 29%;
}

#subscribe .title {
  text-align: center;
  color: #333333;
  line-height: 32px;
  font-size: 24px;
  padding: 40px;
} */

#subscribe .m-message {
  background-color: #fff;
  /* width: 600px; */
  /* height: 496px; */
  width: 100%;
}

#subscribe .title span {
  float: right;
  cursor: pointer;
}

#subscribe .con {
  padding: 0 30px;
  overflow: hidden;
  position: relative;
}

#subscribe .con label {
  width: 96px;
  height: 24px;
  font-size: 16px;
  text-align: right;
  color: #666666;
  line-height: 50px;
  float: left;
  margin-right: 30px;
}

#subscribe .con input {
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  width: 324px;
  float: left;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  height: 50px;
}

#subscribe .con .form-group {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

#subscribe .con .verificationCode img {
  width: 114px;
  height: 33px;
  position: absolute;
  right: 0;
  background-size: 100% 100%;
  cursor: pointer;
  top: 7px;
}

#subscribe .subscribe {
  width: 310px;
  line-height: 42px;
  border-radius: 30px;
  background-color: #E50113;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin: 20px auto;
}

/* ======== 关于我们 -- 首页 S=========*/
.zrf-about #banner {
  padding-top: 120px;
}

.zrf-about #banner .m-slider {
  padding-top: 0;
}

.zrf-about #banner .ban-txt {
  padding: 0;
}

.zrf-about .archor-list {
  position: fixed;
  top: 108px;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.04);
}

.zrf-scroll .archor-list {
  z-index: 10000;
}

.zrf-scroll .archor-list .tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #E50113;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.zrf-about .archor-list li {
  float: left;
  font-size: 18px;
  margin-left: 60px;
}

.zrf-about .archor-list li a {
  padding: 30px 0;
  display: block;
  cursor: pointer;
}

.zrf-about .index-content {
  padding-top: 0;
}

.zrf-about .section .mod-main {
  margin-top: 90px;
}

.zrf-about .zrf-info {
  width: 345px;
}

.zrf-about .zrf-pic {
  width: 825px;
}

.zrf-about .zrf-pic img {
  display: block;
  width: 100%;
}

.zrf-about .zrf-info .zrf-ainfo,
.zrf-about .zrf-ceosaying .zrf-ainfo {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  letter-spacing: 1px;
  height: 228px;
  overflow: hidden;
}

.zrf-about .zrf-info .zrf-atitle,
.zrf-about .zrf-ceosaying .zrf-atitle {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  /* border-left: 2px solid #E50113; */
  padding-left: 10px;
  position: relative;
  margin-bottom: 30px;
}

.zrf-about .zrf-info .zrf-atitle::after,
.zrf-about .zrf-ceosaying .zrf-atitle:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 3px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E50113;
}

.zrf-about .zrf-info .zrf-ainfo i,
.zrf-about .zrf-ceosaying .zrf-ainfo i {
  font-style: normal;
  font-size: 24px;
}

.zrf-about .zrf-info .zrf-amore,
.zrf-about .zrf-ceosaying .zrf-amore {
  text-align: right;
}

.zrf-about .zrf-info .zrf-amore .btn-amore,
.zrf-about .zrf-ceosaying .zrf-amore .btn-amore {
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 30px;
  color: #E50113;
  border: 1px solid #e50113;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.zrf-about .zrf-info .zrf-amore .btn-amore:hover,
.zrf-about .zrf-ceosaying .zrf-amore .btn-amore:hover {
  background-color: rgba(229, 1, 19, 0.05);
  /* transition: all 0.4s; */
}

.zrf-about .com-record .rec-item {
  float: left;
  margin: 0 15px;
}

.zrf-about .rec-item .mission {
  font-size: 50px;
}

.zrf-about .com-record {
  margin: 0 -15px;
  margin-top: 90px;
}

.zrf-about .section {
  margin-top: 15px;
  padding-bottom: 0;
}

.zrf-about .zrf-ceo {
  width: 100%;
  position: relative;
}

.zrf-about .zrf-ceo img {
  display: block;
  height: 100%;
}

.zrf-about #section2 .wrap {
  position: absolute;
  top: 86px;
  left: auto;
}

.zrf-about .section .zrf-ceosaying {
  position: absolute;
  width: 405px;
  top: 0;
  left: 0;
  padding: 60px 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05), 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05), 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}

.zrf-about #section2 {
  background: url(../../images/zrf-director-bg.png) no-repeat bottom center;
  background-size: cover;
  /* object-fit: cover; */
}

.zrf-about #section2 .zrf-ceo {
  height: 600px;
  width: 100%;
  background: url(../../images/zrf-director.png) no-repeat bottom center;
}

.zrf-about #section3 {
  background: none;
}

.zrf-about .a-tit {
  text-align: left;
  font-size: 28px;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
}

.zrf-about .a-tit::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 30px;
  background-color: #e50113;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.zrf-ateam .ateam-list li {
  float: left;
  width: 33.33%;
  padding: 0 30px;
  cursor: pointer;
}

.zrf-ateam .ateam-list li .ateam-info {
  margin-top: 30px;
}

.ateam-info .m-name {
  font-size: 40px;
  font-weight: bold;
  line-height: 53px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.ateam-info .m-info {
  margin-top: 20px;
  overflow: hidden;
}

.ateam-info .m-info span {
  display: block;
  font-size: 20px;
  color: #666;
}

.ateam-info .m-info span:first-child {
  float: left;
}

.ateam-info .m-info span:last-child {
  float: right;
}

.zrf-about .zrf-ateam {
  width: 1110px;
  margin: 50px auto 0;
}

.zrf-ateam .ateam-list li img {
  width: 100%;
}

.zrf-ateam .slider .slick-prev {
  left: -60px;
  background: url(../../images/left-dir.png) no-repeat center;
}

.zrf-ateam .slider .slick-prev:hover {
  background: url(../../images/left-dir_hover.png) no-repeat center;
  background-color: rgba(229, 1, 19, 0.1);
  background-size: 8px 15px;
}

.zrf-ateam .slider .slick-next {
  right: -60px;
  background: url(../../images/right-dir.png) no-repeat center;
}

.zrf-ateam .slider .slick-next:hover {
  background: url(../../images/right-dir_hover.png) no-repeat center;
  background-color: rgba(229, 1, 19, 0.1);
  background-size: 8px 15px;
}

.zrf-ateam .slider .slick-next,
.zrf-ateam .slider .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 8px 15px;
  cursor: pointer;
  z-index: 9998;
}

.zrf-abput #section3 .wrap {
  position: relative;
}

.zrf-ateam .slider .slick-dots {
  position: absolute;
  top: -50px;
  right: 0;
  /* background: #f00; */
}

.zrf-ateam .slider .slick-dots li {
  text-align: right;
}

.zrf-ateam .slider .slick-dots .pager-dot {
  width: 24px;
  height: 3px;
  background: #ccc;
  margin-bottom: 10px;
}

.zrf-ateam .slider .slick-dots .slick-active .pager-dot {
  width: 40px;
  background-color: #E50113;
}

.zrf-ateam .ateam-list li .ateam-pic {
  position: relative;
  border: 5px solid transparent;
}

.zrf-ateam .ateam-list li .ateam-pic:after {
  position: absolute;
  content: '';
  /* width: 100%; */
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 90%;
  background-color: #fff;
  border: 5px solid transparent;
  z-index: -1;
}

.zrf-ateam .ateam-list li:hover .ateam-pic:after {
  border: 5px solid #E50113;
}

.zrf-about #section4 {
  /*height: 755px;*/
  padding-bottom: 75px;
  width: 100%;
  background: url(../../images/zrf-abig.png) no-repeat center/cover;
}

#section4 .a-tit {
  color: #fff;
}

.clock-wrapper {
  width: 500px;
  height: 500px;
  position: relative;
}

.clock-wrapper .center {
  position: absolute;
  width: 224px;
  height: 224px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.09);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.clock-wrapper .center:after,
.clock-wrapper .center:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.clock-wrapper .center:after {
  width: 20px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
}

.clock-wrapper .center:before {
  width: 12px;
  height: 12px;
  background-color: #E50113;
  z-index: 2;
}

.clock-wrapper .center .zrf-alogo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 57px;
}

.clock-wrapper .center .zrf-alogo img {
  display: inline-block;
  width: 87px;
  height: 33px;
}

.clock-wrapper .center .zrf-arecord {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  bottom: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.clock-wrapper .rem-y {
  position: absolute;
  height: 50%;
  /* width: 15px; */
  text-align: right;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* transform: translate(-50%, -50%); */
  color: #fff;
  background-color: #E50113;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}

.clock-wrapper .rem-y {
  /* -webkit-transform-origin: -5px -6px;
	transform-origin: -5px -6px; */
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.zrf-concept {
  margin-top: 60px;
  /* margin-bottom: 90px; */
}

.zrf-concept .ac-list {
  margin: 0 -15px;
}

.ac-list .ac-item {
  float: left;
  width: 25%;
  text-align: center;
}

.ac-list .ac-item .i-wrap {
  padding: 0 15px;
}

.ac-list .ac-item .i-top {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

.ac-list .ac-item .i-top .num-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 52px center;
  /* background:#fff url(../../images/about/abu-num-1.png) no-repeat 52px center; */
}

.ac-list .ac-item .i-top .num-bg span {
  font-size: 20px;
  font-weight: bold;
  color: #E50113;
}

.ac-list .ac-item:nth-child(3) .i-top .num-bg span {
  font-size: 16px;
}

.ac-list .ac-item:nth-child(1) .i-top .num-bg {
  background-image: url(../../images/about/abu-num-1.png);
}

.ac-list .ac-item:nth-child(1) .i-top .num-bg span:after {
  content: '企业精神';
}

.ac-list .ac-item:nth-child(2) .i-top .num-bg {
  background-image: url(../../images/about/abu-num-2.png);
}

.ac-list .ac-item:nth-child(2) .i-top .num-bg span:after {
  content: '企业使命';
}

.ac-list .ac-item:nth-child(3) .i-top .num-bg {
  background-image: url(../../images/about/abu-num-3.png);
}

.ac-list .ac-item:nth-child(3) .i-top .num-bg span:after {
  content: '核心价值观';
}

.ac-list .ac-item:nth-child(4) .i-top .num-bg {
  background-image: url(../../images/about/abu-num-4.png);
}

.ac-list .ac-item:nth-child(4) .i-top .num-bg span:after {
  content: '企业愿景';
}

.ac-list .ac-item:nth-child(1) .i-top {
  background: url(../../images/about/abu-1.png) no-repeat center;
}

.ac-list .ac-item:nth-child(2) .i-top {
  background: url(../../images/about/abu-2.png) no-repeat center;
}

.ac-list .ac-item:nth-child(3) .i-top {
  background: url(../../images/about/abu-3.png) no-repeat center;
}

.ac-list .ac-item:nth-child(4) .i-top {
  background: url(../../images/about/abu-4.png) no-repeat center;
}

.ac-list .ac-item .i-tit {
  margin: 40px 17px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.ac-list .ac-item .i-info {
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

#section4 {
  padding-top: 60px;
}

#section6 .a-tit {
  margin-bottom: 30px;
}

.h-100 {
  height: 100% !important;
}

.section.on .sys-line {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section.on .sys-line .sys-item.item-1 {
  bottom: 185px;
}

.section.on .sys-line .sys-item.item-2 {
  bottom: 204px;
}

.section.on .sys-line .sys-item.item-3 {
  bottom: 150px;
}

.section.on .sys-line .sys-item.item-4 {
  bottom: 170px;
}

.zrf-sys {
  background: #fff url(../../images/about/s-banner.png) no-repeat center;
  text-align: center;
}

.zrf-sys .section-sys {
  height: 455px;
  position: relative;
  overflow: hidden;
}

.zrf-sys .sys-tit {
  font-size: 20px;
  padding-top: 70px;
  font-weight: bold;
}

.zrf-sys .sys-sub {
  font-size: 16px;
  color: #333;
  margin-top: 17px;
}

.zrf-sys .sys-line {
  position: absolute;
  width: 100%;
  height: 373px;
  background: url(../../images/about/s-line.png) center bottom;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.zrf-sys .sys-line .sys-item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.zrf-sys .sys-line .sys-item .i-point {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #E50113;
  border: 5px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.zrf-sys .sys-line .sys-item .i-bottom {
  position: absolute;
  top: 100%;
  margin-top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.zrf-sys .sys-line .sys-item .i-bottom .i-vline {
  text-align: center;
}

.zrf-sys .sys-line .sys-item .i-bottom .i-vline span {
  display: inline-block;
  width: 2px;
  height: 70px;
  background-color: #fff;
}

.zrf-sys .sys-line .sys-item .i-bottom .i-name {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.zrf-sys .sys-line .sys-item.s-hover .i-point {
  -webkit-transform: scale(2);
          transform: scale(2);
  border: 2.5px solid #fff;
  background: #E50113 url(../../images/about/s-arrow.png) no-repeat center;
  background-size: 50% 50%;
}

.zrf-sys .sys-line .sys-item.s-hover .i-name {
  font-size: 24px;
}

.zrf-sys .sys-line .sys-item.item-1 {
  bottom: 0;
  -webkit-transition: bottom 0.6s 0.2s;
  transition: bottom 0.6s 0.2s;
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
}

.zrf-sys .sys-line .sys-item.item-2 {
  bottom: 0;
  -webkit-transition: bottom 0.6s 0.4s;
  transition: bottom 0.6s 0.4s;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.zrf-sys .sys-line .sys-item.item-2 .i-bottom .i-vline span {
  height: 90px;
}

.zrf-sys .sys-line .sys-item.item-3 {
  bottom: 0;
  -webkit-transition: bottom 0.6s 0.6s;
  transition: bottom 0.6s 0.6s;
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
}

.zrf-sys .sys-line .sys-item.item-3 .i-bottom .i-vline span {
  height: 40px;
}

.zrf-sys .sys-line .sys-item.item-4 {
  bottom: 0;
  -webkit-transition: bottom 0.6s 0.8s;
  transition: bottom 0.6s 0.8s;
  -webkit-transform: translateX(490px);
          transform: translateX(490px);
}

.zrf-sys .sys-line .sys-item.item-4 .i-bottom .i-vline span {
  height: 60px;
}

.us-section {
  padding-bottom: 60px;
}

.us-section .us-list {
  margin: 0 -25px;
}

.us-section .us-list .us-item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  padding: 0 25px;
  cursor: initial;
}

.us-section .us-list .us-item .i-wrap {
  position: relative;
  overflow: hidden;
}

.us-section .us-list .us-item .i-wrap .us-tit {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 24px;
  padding: 26px 30px 26px 30px;
}

.us-section .us-list .us-item .i-wrap .us-tit.top {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #E50113;
  background-color: #fff;
  border-left: 5px solid #E50113;
}

.us-section .us-list .us-item .i-wrap .us-tit.bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #fff;
  background-color: #E50113;
  border-left: 5px solid transparent;
}

.us-section .us-list .us-item .i-wrap .us-tit.bottom:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 27px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/about/s-arrow.png) no-repeat center;
}

.us-section .us-list .us-item .i-wrap .img img {
  display: block;
  width: 100%;
}

.us-section .us-list .us-item:hover .i-wrap:after {
  background-color: transparent;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #E50113;
}

.us-section .us-list .us-item:hover .us-tit.top {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.us-section .us-list .us-item:hover .us-tit.bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#section4 .section-honer {
  margin-top: 20px;
}

.section-honer {
  position: relative;
}

.section-honer .y-slider {
  width: 600px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 200px;
}

.section-honer .y-slider .y-list {
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.section-honer .y-slider .y-list .y-item {
  font-size: 32px;
  float: left;
  color: #fff;
  margin: 0 30px;
  cursor: pointer;
  font-family: Bebas;
  position: relative;
}

.section-honer .y-slider .y-list .y-item .y-val {
  position: relative;
  display: inline-block;
  padding: 0 5px 5px 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}

.section-honer .y-slider .y-list .y-item .y-val .y-name {
  position: absolute;
  font-size: 24px;
  right: -1.2em;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.section-honer .y-slider .y-list .y-item.active .y-val, .section-honer .y-slider .y-list .y-item.hover .y-val {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin: 0 40px;
  border-bottom: 2px solid #fff;
}

.section-honer .y-slider .y-list .y-item.active .y-name, .section-honer .y-slider .y-list .y-item.hover .y-name {
  opacity: 1;
}

.section-honer .y-slider .y-list .y-item.op1 {
  opacity: 0.7;
}

.section-honer .y-slider .y-list .y-item.op2 {
  opacity: 0.5;
}

.section-honer .y-slider .y-list .y-item.op3 {
  opacity: 0.3;
}

.section-honer .y-content {
  padding-top: 45px;
  position: relative;
}

.section-honer .y-content .col-4 {
  width: 25%;
  float: left;
}

.section-honer .y-content .col-2 {
  width: 50%;
  float: left;
}

.section-honer .y-content .col-5 {
  width: 20%;
  float: left;
}

.section-honer .y-content .col-5-2 {
  width: 40%;
  float: left;
}

.section-honer .y-content .content-item {
  width: 100%;
  height: 492px;
}

.section-honer .y-content .content-item .ci-wrap {
  height: 100%;
}

.section-honer .y-content .content-item .ci-wrap .c {
  height: 100%;
}

.section-honer .y-content .content-item .ci-wrap .c > div {
  height: 50%;
  float: left;
}

.section-honer .y-content .content-item .ci-wrap .c .ci-info-1 {
  background-color: #fff;
  padding: 20px;
  overflow: auto;
}

.section-honer .y-content .content-item .ci-wrap .c .ci-info-1 .ci-i-tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  position: relative;
}

.section-honer .y-content .content-item .ci-wrap .c .ci-info-1 .ci-i-tit:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #E50113;
  margin-top: 10px;
}

.section-honer .y-content .content-item .ci-wrap .c .ci-info-1 .ci-i-content {
  margin-top: 34px;
  font-size: 16px;
  color: #666;
}

.section-honer .y-content .content-item .ci-wrap .c .i-em {
  background: rgba(0, 47, 167, 0.2);
}

.section-honer .y-content .content-item .ci-wrap .c .i-num {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.section-honer .y-content .content-item .ci-wrap .c .i-num .num-n {
  font-size: 60px;
  line-height: 79px;
  color: #E50113;
  font-family: 'Bebas';
  margin-top: 40px;
}

.section-honer .y-content .content-item .ci-wrap .c .i-num .num-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.section-honer .y-content .content-item .ci-wrap .c .i-num .num-tip {
  margin-top: 35px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.section-honer .y-content .content-item .ci-wrap .c .c1-img {
  background: url(../../images/about/b-1.png) no-repeat center/cover;
}

.section-honer .y-content .content-item .ci-wrap .c .c3-img {
  background: url(../../images/about/b-2.png) no-repeat center/cover;
  width: 100%;
}

.section-honer .y-content .slider .slick-dots {
  width: 100%;
  padding: 30px 120px;
  overflow: hidden;
  display: table;
}

.section-honer .y-content .slider .slick-dots li {
  display: table-cell;
  text-align: center;
  position: relative;
}

.section-honer .y-content .slider .slick-dots li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 3px;
  left: 50%;
}

.section-honer .y-content .slider .slick-dots li:last-child::after {
  display: none;
}

.section-honer .y-content .slider .slick-dots li .pager-dot {
  font-size: 20px;
  color: #fff;
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
}

.section-honer .y-content .slider .slick-dots li .pager-dot::before {
  position: absolute;
  content: '';
  top: -30px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.section-honer .y-content .slider .slick-dots li.slick-active .pager-dot::before {
  -webkit-transform: translateX(-50%) scale(5);
          transform: translateX(-50%) scale(5);
  background: url(../../images/about/b-icon.png) no-repeat center/150%;
}


/* 首页警告弹窗 */

.fw{
  width:800px;
  height: 554px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -272px;
  padding: 20px;
  background: #fff;
  z-index: 11000;
  position: fixed;
  box-shadow: 0 0 8px #ddd;
}
.fw-close{
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../../images/fw-close.png) no-repeat center/cover;
  cursor: pointer;
}
.fw-title{
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.fw-content{
  font-size: 16px;
  height: 350px;
  overflow-y: auto;
  line-height: 1.5;
}
.fw-know{
  width: 240px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  background: #E50113;
  color: #fff;
  text-align: center;
  margin: 30px auto;
  display: block;
}
.fw-know:hover{
  color: #fff;
  text-decoration: none;
}

/* 媒体查询 */
@media only screen and (max-width: 1681px) {
  /* #banner .ban-txt {
    padding: 30px 0;
  } */
  .g-nav > li {
    padding: 0 20px;
  }
  .logo{
    width: 445px;
  }
}

@media only screen and (max-width: 1441px) {
  .index #header #top {
    padding: 20px 6.25% 0px 6.25%;
  }
  .g-nav > li {
    padding: 0 15px;
  }
  .index #header.fixed #top {
    padding: 5px 6.25%;
  }
  #header1 #top {
    padding: 5px 6.25%;
  }
  .logo a {
    font-size: 16px;
    margin-left: 0px;
  }
  .menu-box > * {
    margin-left: 10px;
  }
  #hd {
    padding: 0px 6.25%;
  }
  .logo{
    width: 445px;
  }
}

@media only screen and (max-width: 1367px) {
  .index #header #top {
    padding: 20px 6.25% 0px 6.25%;
  }
  .g-nav > li {
    padding: 0 15px;
  }
  .index #header.fixed #top {
    padding: 5px 6.25%;
  }
  #header1 #top {
    padding: 5px 6.25%;
  }
  .logo a {
    font-size: 16px;
    margin-left: 0px;
  }
  .menu-box > * {
    margin-left: 10px;
  }
  .g-nav .v1 {
    font-size: 18px;
  }
  .g-nav .sub-nav a {
    font-size: 15px;
  }
  #hd {
    padding: 0px 6.25%;
  }
  .logo{
    width: 445px;
  }
}

/* @media screen and (max-width: 1699px) {
	body{
		min-width: 1440px;
	}
	.container {
		width: 1020px;
	}
	.g-nav > li{
		padding: 0 10px;
	}
	.side-bar{
		right: 80px;
	}
	.full-nav{
		right: 20px;
	}
	.section .wrap{
		padding-top: 124px;
	}
	#with-2 .section .wrap{
		padding-top: 94px;
	}
	.section .mod-tit{
		margin-top: 50px;
		font-size: 30px;
	}
	.section .sub-title{
		margin-top: 30px;
	}
	.section .mod-main{
		margin-top: 30px;
	}
	.mod-main .com-info{
		margin-top: 130px;
	}
	#section2 .item{
		padding: 35px 15px 35px;
	}
	#section2 .intro-item .item-title{
		font-size: 25px;
		margin-top: 20px;
	}
	#section2 .intro-item{
		padding: 40px 20px 20px;
	}
	#section2 .intro-item .item-tag{
		width: 70px;
	}
	#section2 .intro-item .item-profit{
		margin-top: 21px;
		font-size: 40px;
	}
	#section2 .intro-item .item-desc{
		margin-bottom: 20px;
	}
	#section2 .btn-detail{
		line-height: 50px;
		font-size: 20px;
	}
	#section2 .indexSlider{
		margin-top: 30px;
	}
	#section2 .slider .slick-next{
		right: -60px;
	}
	#section2 .slider .slick-prev{
		left: -60px;
	}
	#section3 .bottom-item{
		margin-top: 30px;
	}
	#section3 .section-container .col-container{
		padding: 0;
	}
	#section3 .section-container{
		margin-top: 60px;
	}
	#section4 .section-container{
		margin-top: 60px;
	}
} */
/* @media screen and (min-width: 1700px) {
	.section .wrap{
		padding-top: 194px;
	}
} */
/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
  .logo a {
    font-size: 16px;
    margin-left: 0px;
  }
  .menu-box > * {
    margin-left: 10px;
  }
  .g-nav .v1 {
    font-size: 18px;
  }
}

/*Common For Max 768*/
/*Common For Max 414*/
/*Common For Max 375*/
/*Common For Max 320*/
/* --------------------------- 固定屏幕样式 ---------------------------------------- */
/*960*/
/*768*/
/*480*/
/*320*/
/*240*/
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
